projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd5792
)
*** empty log message ***
author
Fred Pierresteguy
<F.Pierresteguy@frcl.bull.fr>
Fri, 1 Apr 1994 08:25:12 +0000
(08:25 +0000)
committer
Fred Pierresteguy
<F.Pierresteguy@frcl.bull.fr>
Fri, 1 Apr 1994 08:25:12 +0000
(08:25 +0000)
lwlib/lwlib-Xaw.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-Xaw.c
b/lwlib/lwlib-Xaw.c
index 76628ab8a0c17237c03d8e94e46f21122e860b29..99bb5118838ebb89d60606fcab1404814b69bc00 100644
(file)
--- a/
lwlib/lwlib-Xaw.c
+++ b/
lwlib/lwlib-Xaw.c
@@
-299,6
+299,10
@@
make_dialog (name, parent, pop_up_p, shell_title, icon_name, text_input_slot, ra
ac = 0;
XtSetArg (av[ac], XtNtitle, shell_title); ac++;
XtSetArg (av[ac], XtNallowShellResize, True); ac++;
+
+ /* Don't allow any geometry request from the user. */
+ XtSetArg (av[ac], XtNgeometry, 0); ac++;
+
shell = XtCreatePopupShell ("dialog", transientShellWidgetClass,
parent, av, ac);
XtOverrideTranslations (shell, override);